
July 5, 2021

To configure the front page, edit the config.toml file:
[params.frontPageHeader]
frontPageHeader= "Your header"
[params.frontPageText]
frontPageText = "Your text here."
[params.frontPageButtonText]
text = "Your Call to Action"
url="your URL"
[params.frontPageImage]
url ="URL to your image"
altText= "Your alt text"
The front page will display up to nine of your recently featured posts. Use the tag “featured” in the front matter to have it show up in the front page. You may change the default number in line 27 of your theme’s layouts>index.html file:
27 {{ range last 9 .Site.Taxonomies.tags.featured }}